Fix handling of pending signals in wait_reading_process_output (Bug#8869).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 26 Jun 2011 03:40:40 +0000 (23:40 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 26 Jun 2011 03:40:40 +0000 (23:40 -0400)
commitb5f8d383dcea70e72ba71bf6d5f4ca5fbb808978
tree5d72d3a8fbacd453354d0d4b696eeb36ba47da92
parent3773853746e28b114620b7498e5b4fe415d3e8b0
Fix handling of pending signals in wait_reading_process_output (Bug#8869).

* process.c (wait_reading_process_output): Bypass select if
waiting for a cell while ignoring keyboard input, and input is
pending.  Suggested by Jan Djärv.
src/ChangeLog
src/process.c